home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / Boot / Interfaces / Makefile < prev    next >
Encoding:
Makefile  |  1993-07-13  |  410 b   |  18 lines

  1. #Don't want to pick up _any_ default paths...
  2. .SUFFIXES:
  3. .SUFFIXES: .em .sc 
  4. FEEL_PATH=../..
  5. FEEL_OBJS_PATH=
  6. FEEL= ${FEEL_PATH}/Src/you
  7. FEEL_LOAD_PATH=..:../../Modules
  8.  
  9. # Vectors is just a random module
  10.  
  11. interfaces: vectors.i
  12.  
  13. vectors.i: ${FEEL}
  14.     -FEEL_START_MODULE=root ${FEEL} -gen-interfaces </dev/null
  15.     sed -e '/quasiquote/s/function/macro/' < others.i > wibble.i
  16.     mv wibble.i others.i
  17.     test -f vectors.i
  18.